home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / idldemo.sh next >
Linux/UNIX/POSIX Shell Script  |  1997-07-24  |  246b  |  13 lines

  1. #!/bin/sh
  2. # This script is used to start the IDL Demo
  3.  
  4. UDIR=$HOTMIXDIR/research/
  5. IDL_DIR=$UDIR
  6. IDL_PATH=+$UDIR/lib:+$UDIR/examples
  7. IDL_DEVICE=X
  8.  
  9. export IDL_DIR IDL_PATH
  10.  
  11. # Run the IDL Demo embedded
  12. $IDL_DIR/bin/idl -em=$IDL_DIR/lib/hook/demo.sav
  13.